Dynomotion

Group: DynoMotion Message: 7602 From: tapiolarikka Date: 6/4/2013
Subject: Mach3 Init string?
Hi Tom,


how do I execute M5 on reset?

In parallel port mode Mach reports "mach3 initialization macro called on reset" when I have M5 in init string but in kflop mode I don't get such notification.


Idea is to get mach to set the spindle direction to -1 from the start.


Rgds,
Tapio
Group: DynoMotion Message: 7603 From: Tom Kerekes Date: 6/4/2013
Subject: Re: Mach3 Init string?
Hi Tapio,

I think Steve tried to get Mach3 to send the direction as -1 from the start and was not able to find a way to do it.

That is why we added that On/Off flag in a persist Variable.

If you want Reset to clear the On flag, set the On flag to zero in your Init.c program that executes every time Mach3 Reset is pushed.

Regards
TK